#wrapper                        {margin:0 auto;}
#wrapper *                      {margin:0;padding:0;outline:none;direction:rtl;}
#wrapper .container             {padding:10px;background:#fff;box-shadow:0 0 10px #ccc;}
    
#header                         {    
    background: url("images/bg_grid_01.png") repeat scroll 0 0 #E8D8A8;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
    height: 50px;
    padding: 5px;
    position: relative;
    z-index: 99999;}
#header h2                      {font-family:Tahoma;color:#e1e1e1;float:right;font-size:14px;padding-right:15px;}
#header h2 span.arrow           {display:block;position:absolute;top:2px;right:6px;width:12px;height:12px;background:url(images/menu-arrow_sprite.png) no-repeat;}
#header h2.open span.arrow      {background-position:0 -12px;}

#content                        {position:relative;}
#content #map_container         {width:100%;direction:rtl;}

#menu                           {
    background: url("images/bg_grid_05.png") repeat scroll 0 0 rgba(255, 221, 157, 0.8); border: medium none;
    border-radius: 4px 4px 4px 4px; 
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    min-width:280px;
    display: none;
    padding: 15px;
    position: absolute;
    top: 51px;
    z-index: 1210;}
#menu .column                   {float:right;margin-right:20px;width:18%;z-index:99999;}
#menu .column:first-child       {margin-right:0;}
#menu .column h3                {font-family:Arial;border:none;color:#fff;font-size:1em;font-weight:bold;margin:0 0 10px;}
#menu .column ul                {font-size:.75em;list-style:none;}
#menu .column ul:first-child    {margin-right:0;}
#menu .column ul li             {border-bottom:1px solid #999;list-style:none;}
#menu .column ul li:first-child {border-top:1px solid #999;}
#menu .column ul li a           {font-family:Tahoma;font-size:12px;color:#ebebeb;display:block;padding:10px;text-decoration:none;transition:padding-right .5s;-moz-transition:padding-right .5s;-ms-transition:padding-right .5s;-webkit-transition:padding-right .5s;-o-transition:padding-right .5s;}
#menu .column ul li a:hover     {background:#000;color:#fff;padding-right:20px;}